derelict.glib.gnode

Undocumented in source.

Members

Aliases

GCopyFunc
alias GCopyFunc = void* function(const(void)*, void*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GNode
alias GNode = _GNode
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GNodeForeachFunc
alias GNodeForeachFunc = void function(_GNode*, void*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GNodeTraverseFunc
alias GNodeTraverseFunc = int function(_GNode*, void*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GTraverseFlags
alias GTraverseFlags = _Anonymous_0
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GTraverseType
alias GTraverseType = _Anonymous_1
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_node_child_index
alias da_g_node_child_index = gint function(GNode* node, gpointer data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_node_child_position
alias da_g_node_child_position = gint function(GNode* node, GNode* child)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_node_children_foreach
alias da_g_node_children_foreach = void function(GNode* node, GTraverseFlags flags, GNodeForeachFunc func, gpointer data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_node_copy
alias da_g_node_copy = GNode* function(GNode* node)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_node_copy_deep
alias da_g_node_copy_deep = GNode* function(GNode* node, GCopyFunc copy_func, gpointer data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_node_depth
alias da_g_node_depth = guint function(GNode* node)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_node_destroy
alias da_g_node_destroy = void function(GNode* root)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_node_find
alias da_g_node_find = GNode* function(GNode* root, GTraverseType order, GTraverseFlags flags, gpointer data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_node_find_child
alias da_g_node_find_child = GNode* function(GNode* node, GTraverseFlags flags, gpointer data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_node_first_sibling
alias da_g_node_first_sibling = GNode* function(GNode* node)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_node_get_root
alias da_g_node_get_root = GNode* function(GNode* node)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_node_insert
alias da_g_node_insert = GNode* function(GNode* parent, gint position, GNode* node)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_node_insert_after
alias da_g_node_insert_after = GNode* function(GNode* parent, GNode* sibling, GNode* node)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_node_insert_before
alias da_g_node_insert_before = GNode* function(GNode* parent, GNode* sibling, GNode* node)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_node_is_ancestor
alias da_g_node_is_ancestor = gboolean function(GNode* node, GNode* descendant)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_node_last_child
alias da_g_node_last_child = GNode* function(GNode* node)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_node_last_sibling
alias da_g_node_last_sibling = GNode* function(GNode* node)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_node_max_height
alias da_g_node_max_height = guint function(GNode* root)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_node_n_children
alias da_g_node_n_children = guint function(GNode* node)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_node_n_nodes
alias da_g_node_n_nodes = guint function(GNode* root, GTraverseFlags flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_node_new
alias da_g_node_new = GNode* function(gpointer data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_node_nth_child
alias da_g_node_nth_child = GNode* function(GNode* node, guint n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_node_prepend
alias da_g_node_prepend = GNode* function(GNode* parent, GNode* node)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_node_reverse_children
alias da_g_node_reverse_children = void function(GNode* node)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_node_traverse
alias da_g_node_traverse = void function(GNode* root, GTraverseType order, GTraverseFlags flags, gint max_depth, GNodeTraverseFunc func, gpointer data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_node_unlink
alias da_g_node_unlink = void function(GNode* node)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Enums

_Anonymous_0
enum _Anonymous_0
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_Anonymous_1
enum _Anonymous_1
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

g_node_child_index
gint g_node_child_index(GNode* node, gpointer data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_node_child_position
gint g_node_child_position(GNode* node, GNode* child)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_node_children_foreach
void g_node_children_foreach(GNode* node, GTraverseFlags flags, GNodeForeachFunc func, gpointer data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_node_copy
GNode* g_node_copy(GNode* node)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_node_copy_deep
GNode* g_node_copy_deep(GNode* node, GCopyFunc copy_func, gpointer data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_node_depth
guint g_node_depth(GNode* node)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_node_destroy
void g_node_destroy(GNode* root)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_node_find
GNode* g_node_find(GNode* root, GTraverseType order, GTraverseFlags flags, gpointer data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_node_find_child
GNode* g_node_find_child(GNode* node, GTraverseFlags flags, gpointer data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_node_first_sibling
GNode* g_node_first_sibling(GNode* node)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_node_get_root
GNode* g_node_get_root(GNode* node)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_node_insert
GNode* g_node_insert(GNode* parent, gint position, GNode* node)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_node_insert_after
GNode* g_node_insert_after(GNode* parent, GNode* sibling, GNode* node)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_node_insert_before
GNode* g_node_insert_before(GNode* parent, GNode* sibling, GNode* node)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_node_is_ancestor
gboolean g_node_is_ancestor(GNode* node, GNode* descendant)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_node_last_child
GNode* g_node_last_child(GNode* node)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_node_last_sibling
GNode* g_node_last_sibling(GNode* node)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_node_max_height
guint g_node_max_height(GNode* root)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_node_n_children
guint g_node_n_children(GNode* node)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_node_n_nodes
guint g_node_n_nodes(GNode* root, GTraverseFlags flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_node_new
GNode* g_node_new(gpointer data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_node_nth_child
GNode* g_node_nth_child(GNode* node, guint n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_node_prepend
GNode* g_node_prepend(GNode* parent, GNode* node)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_node_reverse_children
void g_node_reverse_children(GNode* node)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_node_traverse
void g_node_traverse(GNode* root, GTraverseType order, GTraverseFlags flags, gint max_depth, GNodeTraverseFunc func, gpointer data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_node_unlink
void g_node_unlink(GNode* node)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Static variables

g_node_child_index
da_g_node_child_index g_node_child_index;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_node_child_position
da_g_node_child_position g_node_child_position;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_node_children_foreach
da_g_node_children_foreach g_node_children_foreach;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_node_copy
da_g_node_copy g_node_copy;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_node_copy_deep
da_g_node_copy_deep g_node_copy_deep;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_node_depth
da_g_node_depth g_node_depth;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_node_destroy
da_g_node_destroy g_node_destroy;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_node_find
da_g_node_find g_node_find;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_node_find_child
da_g_node_find_child g_node_find_child;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_node_first_sibling
da_g_node_first_sibling g_node_first_sibling;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_node_get_root
da_g_node_get_root g_node_get_root;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_node_insert
da_g_node_insert g_node_insert;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_node_insert_after
da_g_node_insert_after g_node_insert_after;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_node_insert_before
da_g_node_insert_before g_node_insert_before;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_node_is_ancestor
da_g_node_is_ancestor g_node_is_ancestor;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_node_last_child
da_g_node_last_child g_node_last_child;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_node_last_sibling
da_g_node_last_sibling g_node_last_sibling;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_node_max_height
da_g_node_max_height g_node_max_height;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_node_n_children
da_g_node_n_children g_node_n_children;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_node_n_nodes
da_g_node_n_nodes g_node_n_nodes;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_node_new
da_g_node_new g_node_new;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_node_nth_child
da_g_node_nth_child g_node_nth_child;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_node_prepend
da_g_node_prepend g_node_prepend;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_node_reverse_children
da_g_node_reverse_children g_node_reverse_children;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_node_traverse
da_g_node_traverse g_node_traverse;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_node_unlink
da_g_node_unlink g_node_unlink;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

_GNode
struct _GNode
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta